home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
datenbanken
/
db2.4
/
examples
/
arexxdemos
/
firstcharupper.db
< prev
next >
Wrap
Text File
|
1995-03-09
|
177b
|
8 lines
/* Rexxprogram for db that convert the first character to upper case.
* By Anders Callertun 1994
*/
options results
GETFIELD
PUTFIELD upper(left(result,1))||substr(result,2)